%onerror error%>
<%goto main%> <%elif msgbody.sport GT 65535%> The port number must be between 1 and 65535 inclusive
<%goto main%> <%endif%> <%if servid EQ 1%> <%if reqparam RF "ftpanononly"%> <%if msgbody.ftpanononly EQ 1%> <%if reqparam RF "ftpallowanon"%> <%if msgbody.ftpallowanon EQ 0%> Invalid settings for anonymous access
<%goto main%> <%endif%> <%else%> Invalid settings for anonymous access
<%goto main%> <%endif%> <%endif%> <%endif%> <%endif%> <%if msgbody.anonun EQ ""%> You must specify a user name
<%goto main%>
<%endif%>
<%if servid EQ 1%>
<%!Clear ftpallowanon%>
<%!Clear ftpanononly%>
<%elif servid EQ 4%>
<%!Clear authanon%>
<%!Clear authbasic%>
<%!Clear authnt%>
<%endif%>
<%!Update%>
<%label end%>
<%redirect%>/iisadmin/default.htm<%/redirect%>
<%label error%>
<%if reqstatus EQ 2500%>
<%if rpcstatus EQ 5%>
Access denied to this service.
<%elif rpcstatus EQ 1062%>
This service has been stopped.
<%else%>
RPC error <%rpcstatus%>
<%endif%>
<%elif reqstatus EQ 8000%>
One or more of the parameters are incorrect.
<%else%>
Error encountered : <%reqstatus%>
<%endif%>
<%label main%>
Return to main menu